Document the push_in parameter of GtkMenuPositionFunc.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 22 Jun 2004 16:35:52 +0000 (16:35 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 22 Jun 2004 16:35:52 +0000 (16:35 +0000)
2004-06-22  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkmenu.sgml: Document the push_in parameter
of GtkMenuPositionFunc.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkmenu.sgml

index 55e01f5e2059ff39815da58b4b5bfec684e03044..6065bc888da9f3e8ca22a90148cfc27cd4517dec 100644 (file)
@@ -1,5 +1,8 @@
 2004-06-22  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkmenu.sgml: Document the push_in parameter
+       of GtkMenuPositionFunc.
+
        * gtk/tmpl/gtkeditable.sgml: Make example UTF-8 
        safe.  (#143264, Tommi Komulainen)
 
index d1f5884ccd97e67edef72d1f638b1d62f8c7e61b..d01553f299982f40db5b34d2aac1dc2adc2c45a7 100644 (file)
@@ -387,7 +387,8 @@ and @y parameters to the coordinates where the menu is to be drawn.
 menu shall be drawn.  This is an output parameter.
 @y: address of the #gint representing the vertical position where the
 menu shall be drawn.  This is an output parameter.
-@push_in: 
+@push_in: whether the menu should be pushed in to be completely inside the
+  screen instead of just clamped to the size to the screen.
 @user_data: the data supplied by the user in the gtk_menu_popup() @data
 parameter.